<PARAM name="ListBoxLabel" value="Select data source:">
<PARAM name="ListBoxDescription"
value="Choose the data source from which you would like to display data.\n\nIf your database is not registered as ODBC data source, open the ODBC administrator in Control Panel and add system data source for this database.">
<PARAM name="ListBoxLabel" value="Select the ID field:">
<PARAM name="ListBoxDescription"
value="ID field is table field containing values that uniquely identify each record within the table.\n\nFor example in table Employees the field containing the employee identification numbers will be the ID field.\n\n\nNOTE: In order to run the generated templates you have to install the CFX_MAKE_TREE tag extension (available for download from the CF_TagGallery at www.allaire.com).">
<PARAM name="ListBoxLabel" value="Select the description field">
<PARAM name="ListBoxDescription"
value="Description field is the field whose content will be displayed as the tree item.\n\nFor example in table Employees the field containing the employee name can be the description field.">
validationMsg="You did not select the description field. Please select one before proceeding.">
</PAGE>
<!------------------- Select ID field ------------->
<PAGE name="Page4a_ParentIDField" caption="Parent ID Field" image="..\\images\\ParentIDField.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListBoxLabel" value="Select the parent ID field:">
<PARAM name="ListBoxDescription"
value="Parent ID field is table field containing ID value of another record the particular record belongs to.\n\nFor example in table Employees the field containing the identification number of the employee's manager will be the parent ID field.">
value="Please specify the tables that contain data which will be displayed in the tree control.\n\nPress Ctrl or Shift together with the mouse click in order to select more than one table. Do not select unrelated tables.">
<!------------------ Select group fields ---------------------->
<PAGE name="Page4b" caption="Select Group Fields" image="..\\images\\SelectFields.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="GroupBoxLabel" value="Select group fields:">
<PARAM name="GroupBoxDescription"
value="Use the Add button for adding the field to the list of group fields below. The order in which the group fields are listed determines how they will be displayed in the tree control.">